home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM / Palettes Folder / VM Palettes / Xedit Navigator / Xedit Navigator.rsrc / TEXT_4828.txt < prev    next >
Text File  |  1992-09-22  |  218b  |  12 lines

  1. Var int i
  2. Ask normal "Find" "String to find" "Find" "Repeat Previous" "Cancel"
  3. Set i = theValue
  4. Switch i
  5.    Case 1
  6.       SendCmd "/" theString "\13"
  7.       EndCase
  8.    Case 2
  9.       SendCmd "/\13"
  10.       EndCase
  11. EndSwitch
  12.